Conversation
* Initial commit * feat: 개발환경 구축 * refactor: 디렉토리 구조 및 회원가입 관련 서비스 개선 디렉토리 구조를 올바르게 개선하였으며, ModelMapper, Swagger, QueryDSL 설정을 위한 Config 클래스를 분리하여 모듈화를 진행함. feat: Exception 처리 추가 및 User 엔티티 수정 handleUserAlreadyExistsException, handleInvalidEmailFormatException 예외 처리 추가. User 엔티티에 username 필드를 추가하고 기존 nickname을 대체하는 방식으로 Security 설정을 수정함. feat: 회원가입 서비스 구현 및 UserResponse 클래스 추가 회원가입 로직을 위한 컨트롤러, 서비스, 서비스 구현체, 리포지토리, 리포지토리 커스텀, 리포지토리 구현체를 추가하였으며, UserResponse DTO를 추가하여 응답 처리 로직을 개선함. chore: ModelMapper 설정 추가 및 DTO 필드 제외 기능 구현 ModelMapper 설정을 추가하여 DTO에서 특정 필드 변수를 제외할 수 있는 기능을 구현함. * refactor: Category entity 삭제 후 Video entity Category enum으로 대체 * refactor: 잘못된 브랜치 병합 되돌리기 및 재구축 * feat: PR 템플릿 추가 * [1.0.0] 1차 배포 진행 * chore: gpt_history 삭제 (#171) * [FE] 8080 포트 주소 변경 (#172) * [BE] 배포 환경에 맞게 시큐리티 수정 (#173) * fix: 배포 환경에 맞게 시큐리티 수정 * chore: memo 경로 수정 * chore: 구 시큐리티 클래스 , application.yaml 파일 삭제 * refactor: header 검색 디폴트 값 언어로 변경 * refactor: 1차 배포 후 프론트 기능 및 레이아웃 수정 * chore: import 수정 --------- Co-authored-by: Donguk Kim <129242580+atoonatoo@users.noreply.github.com> Co-authored-by: Jiho <ruddbsghdus@naver.com> Co-authored-by: Jiho Kim <83708500+Jiho001@users.noreply.github.com>
* Initial commit * feat: 개발환경 구축 * refactor: 디렉토리 구조 및 회원가입 관련 서비스 개선 디렉토리 구조를 올바르게 개선하였으며, ModelMapper, Swagger, QueryDSL 설정을 위한 Config 클래스를 분리하여 모듈화를 진행함. feat: Exception 처리 추가 및 User 엔티티 수정 handleUserAlreadyExistsException, handleInvalidEmailFormatException 예외 처리 추가. User 엔티티에 username 필드를 추가하고 기존 nickname을 대체하는 방식으로 Security 설정을 수정함. feat: 회원가입 서비스 구현 및 UserResponse 클래스 추가 회원가입 로직을 위한 컨트롤러, 서비스, 서비스 구현체, 리포지토리, 리포지토리 커스텀, 리포지토리 구현체를 추가하였으며, UserResponse DTO를 추가하여 응답 처리 로직을 개선함. chore: ModelMapper 설정 추가 및 DTO 필드 제외 기능 구현 ModelMapper 설정을 추가하여 DTO에서 특정 필드 변수를 제외할 수 있는 기능을 구현함. * refactor: Category entity 삭제 후 Video entity Category enum으로 대체 * refactor: 잘못된 브랜치 병합 되돌리기 및 재구축 * feat: PR 템플릿 추가 * [1.0.0] 1차 배포 진행 * chore: gpt_history 삭제 (#171) * [FE] 8080 포트 주소 변경 (#172) * [BE] 배포 환경에 맞게 시큐리티 수정 (#173) * fix: 배포 환경에 맞게 시큐리티 수정 * chore: memo 경로 수정 * chore: 구 시큐리티 클래스 , application.yaml 파일 삭제 * feat: 메모 기능 카테고리 리스트 수정 --------- Co-authored-by: Donguk Kim <129242580+atoonatoo@users.noreply.github.com> Co-authored-by: Jiho <ruddbsghdus@naver.com> Co-authored-by: Jiho Kim <83708500+Jiho001@users.noreply.github.com>
chore: 재생목록 css 수정
[FE] 마이페이지 내 재생목록 삭제 기능 추가
[FE] [#192] cross-spawn
…laylist [FE][#203] 재생목록 내 영상이 존재할 때 500번 에러 핸들링
* feat: 게시글 엔티티 클래스 작성 * feat: 게시글 DTO 작성 * chore: Remove .idea files from tracking * feat: 게시글 서비스 인터페이스 작성 * chore: Remove .idea directory from tracking * chore: @notblank 추가 * build: validation 의존성 추가 * chore: Post 엔티티에 작성시간 추가 * feat: Post에 @builder 생성자 추가 * feat: createPost 서비스 메소드 완료 * feat: 게시글 등록 핸들러 완료 * feat:게시물 작성 createPost 완료 * feat: 나의 게시물 보기 getMyPost 완료 * feat: 나의 게시물 수정/삭제 완료 * chore: Post 응답 DTO에 유저 정보 추가 * feat: 유저 ID로 유저를 찾는 서비스 메소드 추가 * feat: 유저 ID로 게시글 찾기 완료 * feat: 카테고리별 게시글 찾기 완료 * feat: 게시물 검색 완료 * feat: 복수 삭제로 변경
* OAuth2 의존성 추가 * feat: CookieUtils 클래스 추가 * feat: HttpCookieOAuth2AuthorizationRequestRepository 클래스 추가 * feat: OAuth2 인증 실패 시 핸들러 * feat: OAuth2UserInfo and Provider Enum Class * feat: GoogleOAuth2UserInfo 클래스 * feat: OAuth2 처리 예외 생성 * feat: 연결 해제 기능 * fix: JWT 발급 관련 수정 * feat: OAuth2 의존성 추가 * feat: 필터 체인에 소셜 로그인 추가 * feat: Unlink 구현 * feat: OAuth2UserService 커스텀 * feat: 성공 핸들러 구현 * feat: OAuth2 User 관련 구현 * fix: User 엔티티 수정
* refector:챗봇 컴포넌트 분류 * refector:로그인 요청 , JWT 디코딩 분리리 * refector:회원가입 요청함수 분리리 * chore:eslint 수정 * refector:카테고리별 영상 모듈화 * chore:eslint 수정 * chore:eslint 수정 * chore: 의존성 배열 수정 * chore 추가 게시판 부분 의존성 배열 오류 해결 * chore: useCallback 삭제 --------- Co-authored-by: henny <kimhyein1105@gmail.com>
[FE] [#246]재생목록 모달 UI 수정 / 영상추가 기능 수정 / 체크박스 버튼으로 대체 / 강사별 강의 수정
* fix: CORS 설정 수정 * fix: 오탈자 수정
henny1105
approved these changes
Jul 24, 2025
hyeok9912
approved these changes
Jul 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 개요
🛠️ 작업 내용
어떤 변경 사항이 있나요?
✅ PR Checklist